type reflect.structType
30 uses
reflect (current package)
abi.go#L237: st := (*structType)(unsafe.Pointer(t))
type.go#L438: type structType struct {
type.go#L776: tt := (*structType)(unsafe.Pointer(t))
type.go#L784: tt := (*structType)(unsafe.Pointer(t))
type.go#L792: tt := (*structType)(unsafe.Pointer(t))
type.go#L800: tt := (*structType)(unsafe.Pointer(t))
type.go#L816: tt := (*structType)(unsafe.Pointer(t))
type.go#L1183: func (t *structType) Field(i int) (f StructField) {
type.go#L1232: func (t *structType) FieldByIndex(index []int) (f StructField) {
type.go#L1249: typ *structType
type.go#L1255: func (t *structType) FieldByNameFunc(match func(string) bool) (result StructField, ok bool) {
type.go#L1273: var nextCount map[*structType]int
type.go#L1280: visited := map[*structType]bool{}
type.go#L1334: styp := (*structType)(unsafe.Pointer(ntyp))
type.go#L1340: nextCount = map[*structType]int{}
type.go#L1361: func (t *structType) FieldByName(name string) (f StructField, present bool) {
type.go#L1696: t := (*structType)(unsafe.Pointer(T))
type.go#L1697: v := (*structType)(unsafe.Pointer(V))
type.go#L2070: tt := (*structType)(unsafe.Pointer(t))
type.go#L2097: tt := (*structType)(unsafe.Pointer(t))
type.go#L2119: tt := (*structType)(unsafe.Pointer(t))
type.go#L2194: structType
type.go#L2460: var typ *structType
type.go#L2474: {Name: "S", Type: TypeOf(structType{})},
type.go#L2479: typ = (*structType)(tt.Elem().Field(0).Addr().UnsafePointer())
type.go#L2508: prototype := *(**structType)(unsafe.Pointer(&istruct))
type.go#L2645: st := (*structType)(unsafe.Pointer(t))
type.go#L2933: tt := (*structType)(unsafe.Pointer(t))
value.go#L1268: tt := (*structType)(unsafe.Pointer(v.typ()))
value.go#L1957: tt := (*structType)(unsafe.Pointer(v.typ()))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |